/** GLOBALS **/

#itemDetailWrapper,
#brandWrapper,
#userSettings,
#policy,
#infoPage,
#itemComparisonHolder,
#catalogSearchResults,
loggedin,
#customerView {
  max-width: 1140px !important;
  margin-right: auto;
  margin-left: auto;
}
#roomWrapper {
  max-width: 1750px;
  margin: 0 auto;
  box-sizing: content-box !important;
}
#catalogWrapper {
  width: 100%;
  max-width: 1680px !important;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

[class^="lit"] {
  box-sizing: border-box;
}
/*for boxes in recommended items in tahoe theme for single product detail page*/
.priceItemSelectBtn {
  box-sizing: content-box;
}

body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: black;
}

h6,
h5,
h4,
h3,
h2,
h1,
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

a {
  text-decoration: none;
  color: black;
}

/** ADDED TO OVERIDE LAKE TAHOE THEME STYLES**/
nav a,
p {
  color: black;
  font-family: "Montserrat", sans-serif;
}

footer a,
p {
  color: black;
  font-family: "Montserrat", sans-serif;
}

/** SKELETON LOADING ANIMATION **/
.lit-skeleton {
  opacity: 0.7;
  animation: skeleton-loading 1s linear infinite alternate;
}

.lit-skeleton-text {
  width: 100%;
  height: 0.5rem;
  margin-bottom: 0.25rem;
  border-radius: 0.125rem;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

/** GRID **/
.lit-container,
.lit-container-fluid {
  width: 100%;
  max-width: 1680px;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .lit-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .lit-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .lit-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .lit-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .lit-container {
    max-width: 1320px;
  }
}

.lit-row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.lit-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 576px) {
  .lit-col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .lit-col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .lit-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lit-col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .lit-col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .lit-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lit-col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .lit-col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .lit-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lit-col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .lit-col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .lit-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .lit-col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .lit-col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .lit-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .lit-col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .lit-col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .lit-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .lit-col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .lit-col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .lit-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .lit-col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .lit-col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .lit-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/**TYPOGRAPHY SIZING AND BOLDNESS**/
.lit-display-md {
  font-size: 2.25rem;
}

.lit-display-sm {
  font-size: 1.875rem;
}

.lit-display-xs {
  font-size: 1.5rem;
}

.lit-text-xl {
  font-size: 1.25rem;
}

.lit-text-lg {
  font-size: 1.125rem;
}

.lit-text-md {
  font-size: 1rem;
}

.lit-text-sm {
  font-size: 0.875rem;
}

.lit-text-light {
  font-weight: 300;
}

.lit-text-regular {
  font-weight: 400;
}

.lit-text-medium {
  font-weight: 500;
}

.lit-text-semibold {
  font-weight: 600;
}

/** UTILITY **/
.lit-overflow-wrap {
  overflow-wrap: break-word;
}

.lit-z-index-1 {
  z-index: 1;
}

.lit-h-100 {
  height: 100%;
}

.lit-w-100 {
  width: 100%;
}

.lit-white-space-nowrap {
  white-space: nowrap;
}

.lit-display-none {
  display: none;
}

.lit-img-fluid {
  max-width: 100%;
  height: auto;
}

.lit-bg-grey {
  background-color: #ececec;
}

.lit-bg-black {
  background-color: black;
}

.lit-bg-white {
  background-color: white;
}

.lit-bg-brown {
  background-color: #372e36;
  transition: 0.2s;
}

.lit-btn-border-black {
  border: 2px solid black;
  transition: 0.2s;
}

.lit-btn-border-black:hover {
  background-color: black;
  color: white;
}

.lit-bg-brown:hover {
  background-color: #181417;
}

.lit-text-center {
  text-align: center;
}

.lit-text-right {
  text-align: right;
}

.lit-text-white {
  color: white;
}

.lit-relative {
  position: relative;
}

.lit-absolute {
  position: absolute;
}

.lit-block {
  display: block;
}

.lit-list-style-none {
  list-style: none;
}

.lit-flex-wrap {
  flex-wrap: wrap;
}

.lit-d-flex {
  display: flex !important;
}

.lit-direction-column {
  flex-direction: column;
}

.lit-justify-content-start {
  justify-content: flex-start !important;
}

.lit-justify-content-end {
  justify-content: flex-end !important;
}

.lit-justify-content-center {
  justify-content: center !important;
}

.lit-justify-content-between {
  justify-content: space-between !important;
}

.lit-justify-content-around {
  justify-content: space-around !important;
}

.lit-align-items-start {
  align-items: flex-start !important;
}

.lit-align-items-end {
  align-items: flex-end !important;
}

.lit-align-items-center {
  align-items: center !important;
}

.lit-align-items-baseline {
  align-items: baseline !important;
}

/** UTILITIES MARGIN AND PADDING **/
.lit-m-0 {
  margin: 0 !important;
}

.lit-m-1 {
  margin: 0.25rem !important;
}

.lit-m-2 {
  margin: 0.5rem !important;
}

.lit-m-3 {
  margin: 1rem !important;
}

.lit-m-4 {
  margin: 1.5rem !important;
}

.lit-m-5 {
  margin: 3rem !important;
}

.lit-m-auto {
  margin: auto !important;
}

.lit-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.lit-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.lit-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.lit-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.lit-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.lit-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.lit-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.lit-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.lit-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.lit-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.lit-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.lit-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.lit-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.lit-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.lit-mt-0 {
  margin-top: 0 !important;
}

.lit-mt-1 {
  margin-top: 0.25rem !important;
}

.lit-mt-2 {
  margin-top: 0.5rem !important;
}

.lit-mt-3 {
  margin-top: 1rem !important;
}

.lit-mt-4 {
  margin-top: 1.5rem !important;
}

.lit-mt-5 {
  margin-top: 3rem !important;
}

.lit-mt-auto {
  margin-top: auto !important;
}

.lit-me-0 {
  margin-right: 0 !important;
}

.lit-me-1 {
  margin-right: 0.25rem !important;
}

.lit-me-2 {
  margin-right: 0.5rem !important;
}

.lit-me-3 {
  margin-right: 1rem !important;
}

.lit-me-4 {
  margin-right: 1.5rem !important;
}

.lit-me-5 {
  margin-right: 3rem !important;
}

.lit-me-auto {
  margin-right: auto !important;
}

.lit-mb-0 {
  margin-bottom: 0 !important;
}

.lit-mb-1 {
  margin-bottom: 0.25rem !important;
}

.lit-mb-2 {
  margin-bottom: 0.5rem !important;
}

.lit-mb-3 {
  margin-bottom: 1rem !important;
}

.lit-mb-4 {
  margin-bottom: 1.5rem !important;
}

.lit-mb-5 {
  margin-bottom: 3rem !important;
}

.lit-mb-auto {
  margin-bottom: auto !important;
}

.lit-ms-0 {
  margin-left: 0 !important;
}

.lit-ms-1 {
  margin-left: 0.25rem !important;
}

.lit-ms-2 {
  margin-left: 0.5rem !important;
}

.lit-ms-3 {
  margin-left: 1rem !important;
}

.lit-ms-4 {
  margin-left: 1.5rem !important;
}

.lit-ms-5 {
  margin-left: 3rem !important;
}

.lit-ms-auto {
  margin-left: auto !important;
}

.lit-p-0 {
  padding: 0 !important;
}

.lit-p-1 {
  padding: 0.25rem !important;
}

.lit-p-2 {
  padding: 0.5rem !important;
}

.lit-p-3 {
  padding: 1rem !important;
}

.lit-p-4 {
  padding: 1.5rem !important;
}

.lit-p-5 {
  padding: 3rem !important;
}

.lit-px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.lit-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.lit-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.lit-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.lit-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.lit-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.lit-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.lit-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.lit-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.lit-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.lit-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.lit-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.lit-py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.lit-pt-0 {
  padding-top: 0 !important;
}

.lit-pt-1 {
  padding-top: 0.25rem !important;
}

.lit-pt-2 {
  padding-top: 0.5rem !important;
}

.lit-pt-3 {
  padding-top: 1rem !important;
}

.lit-pt-4 {
  padding-top: 1.5rem !important;
}

.lit-pt-5 {
  padding-top: 3rem !important;
}

.lit-pe-0 {
  padding-right: 0 !important;
}

.lit-pe-1 {
  padding-right: 0.25rem !important;
}

.lit-pe-2 {
  padding-right: 0.5rem !important;
}

.lit-pe-3 {
  padding-right: 1rem !important;
}

.lit-pe-4 {
  padding-right: 1.5rem !important;
}

.lit-pe-5 {
  padding-right: 3rem !important;
}

.lit-pb-0 {
  padding-bottom: 0 !important;
}

.lit-pb-1 {
  padding-bottom: 0.25rem !important;
}

.lit-pb-2 {
  padding-bottom: 0.5rem !important;
}

.lit-pb-3 {
  padding-bottom: 1rem !important;
}

.lit-pb-4 {
  padding-bottom: 1.5rem !important;
}

.lit-pb-5 {
  padding-bottom: 3rem !important;
}

.lit-ps-0 {
  padding-left: 0 !important;
}

.lit-ps-1 {
  padding-left: 0.25rem !important;
}

.lit-ps-2 {
  padding-left: 0.5rem !important;
}

.lit-ps-3 {
  padding-left: 1rem !important;
}

.lit-ps-4 {
  padding-left: 1.5rem !important;
}

.lit-ps-5 {
  padding-left: 3rem !important;
}

/**NAVBAR**/
.lit-nav {
  position: relative;
  z-index: 1001;
  background-color: white;
}

.lit-logo {
  max-width: 200px;
}

.lit-nav-grid {
  display: grid;
  grid-row-gap: 20px;
}

.lit-nav-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  align-items: center;
  grid-column-gap: 4vw;
}

.lit-mobile-slideout {
  background-color: white;
  position: fixed;
  margin: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transform: translateX(-100%);
  /*transform: translateX(0%);*/
  padding: 10px;
  transition: 0.5s;
}

.lit-mobile-subslideout {
  background-color: white;
  position: fixed;
  margin: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  transform: translateX(-100%);
  padding: 10px;
  transition: 0.5s;
}

.lit-rotating-minus {
  transition: 0.3s;
  transform: rotate(90deg);
}

.lit-rotate {
  transform: rotate(0deg);
}

.lit-mobile-dropdown {
  display: none;
}

.lit-dropdown {
  display: none;
}

.lit-desktop-submenu {
  position: absolute;
  display: none;
  box-shadow: 0px 2px 4px 0px rgb(51 51 51 / 50%);
  /**PURPOSEFULLY PLACED HIGH TO OVERRIDE SALES RIBBONS ON XO**/
  z-index: 999;
  background-color: white;
}

.lit-display-desktop-submenu {
  display: flex;
}

.lit-desktop-search-container {
  max-width: 200px;
  border-bottom: 1px solid black;
}

.lit-desktop-search-button:hover {
  cursor: pointer;
}

.lit-mobile-search-container {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
  display: none;
}

.lit-mobile-search-input {
  width: 100%;
  height: 40px;
  border: none;
  padding-left: 5px;
  font-size: 16px;
}

.lit-mobile-search-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: none;
}

.lit-desktop-search {
  border: none;
}

@media only screen and (max-width: 1200px) {
  #lit-desktop-nav {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  #lit-mobile-nav {
    display: none;
  }
}

/**Banner **/
.lit-banner-background {
  background-color: #4e4e4e;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.lit-banner-text {
  color: white;
  margin: 0;
  padding: 0 35px;
  overflow-wrap: break-word;
}

.lit-banner-close {
  width: 25px;
  fill: white;
  margin-left: auto;
  transition: 0.2s;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lit-banner-close:hover {
  cursor: pointer;
  fill: rgba(233, 233, 233, 0.6);
}
